GtkBindings: Fix CSS key in example docs
authorFelix Riemann <friemann@gnome.org>
Sat, 2 Jan 2016 20:28:51 +0000 (21:28 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2016 07:04:11 +0000 (02:04 -0500)
gtk-key-bindings was renamed to -gtk-key-bindings in d267b8e0.

https://bugzilla.gnome.org/show_bug.cgi?id=760082

gtk/gtkbindings.c

index ac45da2f93fbda6be0c2880287a36463617a2a49..39973e7d7681159f2fa790599c3e038cad0ef674 100644 (file)
@@ -77,7 +77,7 @@
  * }
  * GtkEntry
  * {
- *   gtk-key-bindings: MoveCursor3;
+ *   -gtk-key-bindings: MoveCursor3;
  * }
  * ]|
  *
@@ -99,7 +99,7 @@
  * }
  * GtkEntry
  * {
- *   gtk-key-bindings: MoveCursor3;
+ *   -gtk-key-bindings: MoveCursor3;
  * }
  * ]|
  *
  * }
  * GtkEntry
  * {
- *   gtk-key-bindings: MoveCursor3;
+ *   -gtk-key-bindings: MoveCursor3;
  * }
  * ]|
  *